projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c0b814
)
Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 18 Oct 2008 15:51:35 +0000
(15:51 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 18 Oct 2008 15:51:35 +0000
(15:51 +0000)
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index 534e44360622ac743ee4ea8ea39d16b3a1ebaf20..4504c4c9f148bafe441a2f8945e5c85539c29733 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-1386,7
+1386,7
@@
See `whitespace-style' and `indent-tabs-mode' for documentation."
It usually applies to the whole buffer, but in transient mark
mode when the mark is active, it applies to the region. It also
-applies to the region when it is not in transient
e
mark mode, the
+applies to the region when it is not in transient mark mode, the
mark is active and \\[universal-argument] was pressed just before
calling `whitespace-cleanup' interactively.